Tutorial: Pan, zoom, tap
In this tutorial you learn how to use the Kanzi Engine API to add to your Kanzi application input manipulators for the pan, pinch, multi-click, and long-press gestures. You use these input manipulators to enable panning, zooming, rotating, resetting the position, and dropping a pin on the map.
This video shows the result of the tutorial.
Before you start this tutorial, make sure you have your Kanzi development environment set up. Install:
- Visual Studio. See System requirements.
- Kanzi build environment for Android. See Installing the Kanzi build environment for Android.
This tutorial assumes you understand the basics of working with Kanzi Studio. The best entry points for getting familiar with Kanzi Studio are:
- Tutorial: Getting started with Kanzi Studio
- Tutorial: Create a simple in-vehicle infotainment application
- Tutorial: Hello world!
Start with the tutorial >